ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / LoadMoreItemsAsync Method
The desired count of items to be loaded.
The cancellation token.

In This Topic
    LoadMoreItemsAsync Method (C1WrapCollectionView<S,T>)
    In This Topic
    Loads more items asynchronously.
    Syntax
    'Declaration
     
    Public Function LoadMoreItemsAsync( _
       Optional ByVal count As System.Nullable(Of Integer), _
       Optional ByVal cancellationToken As System.Threading.CancellationToken _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task LoadMoreItemsAsync( 
       System.Nullable<int> count,
       System.Threading.CancellationToken cancellationToken
    )

    Parameters

    count
    The desired count of items to be loaded.
    cancellationToken
    The cancellation token.
    See Also